Platform Explorer / Nuxeo Platform LTS 2016 8.10

Operation WebUI.Refresh (Refresh)

Description

Refresh the UI cache. This is a void operation - the input object is returned back as the oputput
Operation id WebUI.Refresh
Category User Interface
Label Refresh
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.elasticsearch.web.sync.RefreshUISync
Contributing Component org.nuxeo.ecm.elasticsearch.operation.jsf.contrib

JSON Definition

{
  "id" : "WebUI.Refresh",
  "label" : "Refresh",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Refresh the UI cache. This is a void operation - the input object is returned back as the oputput",
  "url" : "WebUI.Refresh",
  "signature" : [ "void", "void" ],
  "params" : [ ]
}